You can use INI options like the ones shown below to assign one recipient batch to multiple printers instead of having one batch for every printer.
Note | This capability was added via feature 1632 which was released in version 11.1. |
< Print_Batches >
Batch1 = .\data\BATCH1.bch
AFPBatch = .\data\BATCH1.bch
HTMBatch = .\data\BATCH1.bch
PDFBatch = .\data\BATCH1.bch
PSTBatch = .\data\BATCH1.bch
RTFBatch = .\data\BATCH1.bch
< Batch1 >
Printer = Printer1
< AFPBatch >
Printer = Printer2
< HTMBatch >
Printer = Printer3
< PDFBatch >
Printer = Printer4
< PSTBatch >
Printer = Printer5
< RTFatch >
Printer = Printer6
< PrinterInfo >
Printer = Printer1
Printer = Printer2
Printer = Printer3
Printer = Printer4
Printer = Printer5
Printer = Printer6
< Printer1 >
Port = .\print\pclbat1.pcl
Callbackfunc =
< Printer2 >
Port = .\print\afpbat2.afp
PrtType = AFP
Callbackfunc =
< Printer3 >
Port = ~DALRUN namehtm.dal
PrtType = HTML
< Printer4 >
Port = ~DALRUN namepdf.dal
PrtType = PDF
< Printer5 >
Port = .\print\pstbat1.pst
PrtType = PST
Callbackfunc =
< Printer6 >
Port = ~DALRUN namertf.dal
PrtType = RTF
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.